home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / oddech / bsen / BSinstall.exe / BecheruvSen.exe / scripts / DefineButton2_1875 / BUTTONCONDACTION on(release).as next >
Text File  |  2002-11-01  |  205b  |  13 lines

  1. on(release){
  2.    _root.stopdragall();
  3.    _root.hideall();
  4.    if(_root.ii22 == 1)
  5.    {
  6.       _root.d_florian.i = "kybl";
  7.    }
  8.    else
  9.    {
  10.       _root.pepa.gotoAndPlay(_root.poz add "c");
  11.    }
  12. }
  13.